Black document: GitHub Actions integration
設定を試したメモ
このアクションだけではコミットまではされない
単体での使用例:--check --diffのようにしてフォーマットの必要の有無をチェックする
psf/black@stableを使う
You can also configure the arguments passed to Black via options (defaults to '--check --diff') and src (default is '.')
--line-length
パラメタのblack_argsはdeprecated。optionsを使う
実装:subprocess.runで以下を実施
venv作成(sys.executableを指定する!)
pip install
black
stableはタグの指定
2021年4月、stableが見つからないというIssueが上がった